DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / SetValueForUndefinedKey Method

In This Topic
    SetValueForUndefinedKey Method (C1CollectionViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub SetValueForUndefinedKey( _
       ByVal value As Foundation.NSObject, _
       ByVal undefinedKey As Foundation.NSString _
    ) 
    public virtual void SetValueForUndefinedKey( 
       Foundation.NSObject value,
       Foundation.NSString undefinedKey
    )

    Parameters

    value
    undefinedKey
    See Also